home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gNetscapeFound, gIExplorerFound, gOtherBrowserFound, gTravelTexLocation
- SetUpBrowser()
- set netscapeSprite to 29
- set explorerSprite to 30
- set otherNetSprite to 31
- puppetSprite(32, 1)
- set the editableText of sprite 32 to 1
- if not gNetscapeFound then
- puppetSprite(netscapeSprite, 0)
- end if
- if not gIExplorerFound then
- puppetSprite(explorerSprite, 0)
- end if
- if not gOtherBrowserFound then
- puppetSprite(otherNetSprite, 0)
- end if
- set gTravelTexLocation to "http://www.traveltex.com"
- end
-